define(["ojL10n!resources/nls/generic"], function(Generic) { "use strict"; var DashboardLocale = function() { return { root: { bankName: "Sai Gon Joint Stock Commercial Bank", backImage: "Go back", skipToMainContent: "Skip to main content", headers: { approver: "Approver", loans: "Loans", maker: "Maker", "demand-deposits": "Savings & Current", "term-deposits": "Term Deposits", viewer: "Viewer", bulkFileUpload: "File Upload", alerts: "Alerts Subscription", overview: "Overview", payments: "Payments", creditCard: "Credit Cards", systemDashboard: "Dashboard", dashboard: "Dashboard", dashboardnStatistics: "Dashboard and Statistics", userguide: 'Userguide' }, passwordWarningMessage: "Your password is about to expire in {pwdExpiryWarningDays} days, please change your password at the earliest.", changePasswordTitle: "Click to Change Password", changePassword: "Change Password.", backTop: "Back To Top", systemConfigPending: "You cannot do any transaction since System Configuration is not set yet.", generic: Generic }, ar: false, fr: true, cs: false, sv: false, en: false, "en-us": false, vn: true }; }; return new DashboardLocale(); });